Skip to main content
POST
/
gin
/
v1
/
company
/
candidate
/
job
Add candidate job
curl --request POST \
  --url https://api.hyrd.de/gin/v1/company/candidate/job \
  --header 'Content-Type: application/json' \
  --data '
"{\n    \"user_slug\": \"39c12359-7eaf-407d-9be7-97f522a1e7f2\",\n    \"company_name\": \"Shopee\", // required\n    \"start_date\": \"01-13-2024\", //required\n    \"end_date\": \"\", // required,\n    \"city_name\": \"Batam\",\n    \"job_type_id\": 2,\n    \"description\": \"Cuman budak\",\n    \"job_title\": \"QA tester\",\n    \"business_area_division\": \"Consulting\",\n    \"lang\": \"de\"\n}"
'

Headers

Authorization
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response